EditField.DataSource Property

Syntax

DataSource as DataControl


The DataControl that references a table in a database whose fields are displayed using EditFields (TableName as String). If assigned in code, you use the Name property of a DataControl.

Use the DataField property to link each field to be displayed to an EditField. In the IDE, a popup menu of field names will appear.